Fix docs link checks and enforce quality gates#115
Open
hauptmedia wants to merge 8 commits into
Open
Conversation
This was referenced Jun 16, 2026
kthoms
requested changes
Jun 17, 2026
|
|
||
| ## Installation Procedure | ||
| 1. Download the pre-packed distribution of [Operaton here](tbd). | ||
| 1. Download the pre-packed distribution of [Operaton Run](https://downloads.camunda.cloud/release/operaton-bpm/run/). |
Contributor
Author
There was a problem hiding this comment.
Addressed in the current branch: this now points to the Operaton GitHub releases latest page (https://github.com/operaton/operaton/releases/latest) instead of the old Camunda downloads URL.
|
|
||
| It is possible to add own functions which can be used inside JUEL expressions. | ||
| Therefore a new [FunctionMapper](org/operaton/bpm/engine/impl/javax/el/FunctionMapper.html) has to be implemented. The function mapper than | ||
| Therefore a new [FunctionMapper](https://docs.operaton.org/reference/latest/javadoc/org/operaton/bpm/engine/impl/javax/el/FunctionMapper.html) has to be implemented. The function mapper than |
Contributor
There was a problem hiding this comment.
Broken link. Is it actually now jakarta.el.FunctionMapper ?
Contributor
Author
There was a problem hiding this comment.
Addressed in the current branch: this now uses jakarta.el.FunctionMapper and links to the Jakarta Expression Language API reference.
42fa66d to
11222b5
Compare
This was referenced Jun 17, 2026
This was referenced Jun 17, 2026
This was referenced Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
operaton-consultingBusiness Rule Task example link with the maintained Operaton examples DMN decision exampledocs.operaton.orgself-links and the malformed Operaton Run Spring integration href with local documentation linksVerification
curl -fsI -L --max-time 20 https://github.com/operaton/operaton/releases/latestcurl -fsI -L --max-time 20 https://jakarta.ee/specifications/expression-language/6.0/apidocs/jakarta.el/jakarta/el/functionmappercurlchecks showed the oldoperaton.org/bpmn/...,operaton.org/dmn/..., anddocs.operaton.org/7.15/...URLs return 404curl -I -L --max-time 20 https://github.com/operaton/operaton-consulting/tree/master/one-time-examples/order-confirmation-rulesreturns HTTP 404curl -fsI -L --max-time 20 https://github.com/operaton/operaton-examples/tree/main/examples/dmn-decisionreturns HTTP 200rg -n "downloads\\.camunda\\.cloud/release/operaton-bpm/run|org/operaton/bpm/engine/impl/javax/el/FunctionMapper\\.html|function mapper than" docs/documentation/installation/operaton-bpm-run.md docs/documentation/user-guide/operaton-bpm-run.md docs/documentation/user-guide/process-engine/decisions/bpmn-cmmn.md -Srg -n "operaton\\.org/(bpmn|dmn|download)|docs\\.operaton\\.org/7\\.15" docs/documentation/introduction docs/documentation/reference/bpmn20 docs/documentation/user-guide/process-engine docs/documentation/user-guide/runtime-container-integration -Shas no remaining matches for the updated areasrg -n "operaton-consulting|DMN decision example|operaton-examples/tree/main/examples/dmn-decision" docs/documentation/reference/bpmn20/tasks/business-rule-task.md -Sconfirms the dead link is gone and the maintained example link is presentrg -n "docs\\.operaton\\.org/(docs/)?(documentation|docs/documentation|get-started)" docs/documentation/user-guide/security.md docs/documentation/reference/forms/embedded-forms/controls/bpmn-buttons.md docs/documentation/reference/deployment-descriptors/tags/process-engine.mdx docs/documentation/webapps/cockpit/extend/plugins.md docs/documentation/user-guide/spring-boot-integration/configuration.mdx docs/documentation/user-guide/operaton-bpm-run.md docs/documentation/user-guide/testing/index.md -Sreturns no matchesrg -n "ERROR-OCCURED|ERROR-OCCURRED" docs/documentation/reference/bpmn20/events/error-events.md docs/documentation/reference/bpmn20/events/bpmn/event-error.bpmn -Sconfirms the corrected example code appears consistently and the misspelling is gonerg -n 'href="\.\.user-guide/spring-framework-integration/deployment"|href="\./spring-framework-integration/deployment\.md"' docs/documentation/user-guide/operaton-bpm-run.md -Sconfirms the malformed href is gone and the local Spring Framework deployment link is presentgit diff --checknpm run typechecknpm run buildsucceeds without Docusaurus broken-link or broken-anchor warnings